home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 2000 September
/
macformat-094.iso
/
MacFormat CD
/
MacFormatDemos
/
Internal_8_LiveMotion.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
2000-07-21
|
229 b
|
12 lines
on mouseEnter
put "Click to install the Adobe LiveMotion 1.0 demo..." into line 1 of field "infoField"
end
on mouseDown
open("MacFormat CD 94:Demos:LiveMotion 1.0")
end
on mouseLeave
put EMPTY into member "infoField"
end